home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 84
/
MOBICLIC 84.ISO
/
pc
/
DATA
/
INTRO
/
INTRO.dir
/
00002_Script_2
next >
Wrap
Text File
|
2006-02-09
|
1KB
|
44 lines
global gLien
------------
on prepareMovie
RAZ_Zap_params()
if D10() then
(the stage).appearanceOptions.mask = member("STAGE_MASK")
(the stage).type = #document
end if
touchesOff()
gLien = lien()
end
----------------------------
on startMovie
--test des couleurs de l'Θcran----------------------------------------------
global nbCouleurs
case(gLien) of
"\" :-- la machine est un PC
register(xtra "PrintOMatic","PMAT170-611-02527")--n0 d'utilisateur Milan pour Printomatic MX12/07/04
if the colorDepth < 8 then
alert field "alerte2"
quit
else
if the colorDepth=8 then
alert field "alerte"
end if
end if
":" :-- la machine est un Mac
register(xtra "PrintOMatic","PMAT170-611-02527")--n0 d'utilisateur Milan pour Printomatic MX12/07/04
end case
-- registerDirectXtra()
if the colorDepth=8 then
alert field "alerte"
end if
-- if _movie.quickTimeVersion() < 6 then --dΘtection de la version de QTIME et branchement Θventuel sur le dir d'installation
-- go movie "@/QTINSTALL"
-- end if
end startMovie
------------------------------------
on stopMovie
gLien = VOID
end
------------------------------------